home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web29 / Tutorial 5 / Case 3 / dome.css < prev    next >
Cascading Style Sheet File  |  2011-03-28  |  1KB  |  44 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 5
  4.    Case Problem 3
  5.  
  6.    dHome Web Site Style Sheet
  7.    Author: Richard Thomson
  8.    Date:   28 Mar 2011
  9.  
  10.    Filename:         dome.css
  11.    Supporting Files: domepaper.jpg, leftbox.jpg, rightbox.jpg
  12.  
  13. */
  14.  
  15. body             {margin: 0px; padding: 0px; font-size: 15px; 
  16.                   font-family: Arial, Helvetica, sans-serif;
  17.                   background: url(domepaper.jpg) no-repeat 0% 0%}
  18. #head            {position: absolute; top: 0px; left: 0px}
  19. #links           {position: absolute; top: 60px; left: 5px; width: 750px;
  20.                   border-bottom: 2px solid rgb(132,208,195); }
  21. #links ul    {list-style-type: none; padding: 0px; margin: 5px 0px 0px 5px}
  22. li            {display: inline; float: left; font-size: 14px; margin-right: 5px; 
  23.             background: url(rightbox.jpg) no-repeat; background-position:
  24.             center right}
  25. li    a        {display: block; color: black; text-decoration: none; padding: 10px 15px 10px 15px;
  26.             background: url(leftbox.jpg) no-repeat; background-position: center left;}
  27. li    a:hover    {color: blue}
  28. #pageContent     {position: absolute; top: 115px; left: 15px; width: 750px}
  29. #pageContent p b {color: rgb(82,158,145); letter-spacing: 3px}
  30. address          {font-style: normal; font-variant: small-caps; text-align: center;
  31.                   border-top: 2px solid rgb(132,208,195)}
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.